Click or drag to resize

ResponseSessionDescription Property

Returns the response body as SessionDescription if Content-Type is "application/sdp", otherwise returns null. Sets response body and sets Content-Type as "application/sdp".

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public SessionDescription SessionDescription { get; set; }

Property Value

Type: SessionDescription
See Also